Prizm Content Connect for SharePoint
Installation using PowerShell
See Also Send Feedback
Installation Guide > Step 3 - Installing PCC for SharePoint > Single-Server Install Guide > Installation using PowerShell

Glossary Item Box

This installation guide will provide you (an experienced SharePoint administrator) with sufficient information to add, deploy, and activate the Prizm Content Connect for SharePoint product using PowerShell cmdlets. After installation, you will need to follow the initial configuration steps in the Configuration Guide.

If you prefer to install via GUI Application, go to: Installation using GUI Application.

To install PCC for SharePoint, follow these steps:

  1. Download the PCCForSharePoint.zip file from Accusoft.com.
  2. Save the PCCForSharePoint.zip file anywhere on the SharePoint server and extract zip file to:

C:\<path_to_install_zip_content>\

  1. Open the SharePoint 2010 Management Shell:

Start > Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell

  1. Add the solution to the solution store:
PowerShell Code Copy Code
# Add-SPSolution C:\<path_to_install_zip_content>\Accusoft.Pcc.SharePoint.wsp
  1. Deploy the solution:
PowerShell Code Copy Code
# Install-SPSolution Accusoft.Pcc.SharePoint.wsp -GACDeployment
  1. Activate the Prizm Digital Rights Management feature for one or more Web Applications in the Farm:
PowerShell Code Copy Code
# Enable-SPFeature Accusoft.Pcc.SharePoint_DigitalRightsManagement -Url <WebAppUrl>
  1. Activate the Prizm Configuration Tools feature for one or more site collections:
PowerShell Code Copy Code
# Enable-SPFeature Accusoft.Pcc.SharePoint_PrizmConfigurationTools -Url <SiteCollectionUrl>
  1. Give the application pool identity (or identities) permission to modify the tempcache directory at %allusersprofile%\Accusoft\Prizm\Cache\.
  • Determine the application pool identity for each Web Application:

a. Go to Start, select Run and then enter inetmgr.

b. The Internet Information Services (IIS) Manager displays.

c. Under the Connections explorer, expand the node for your server.

d. Select the item Application Pools.

e. In the list of application pools, select the row that corresponds to your SharePoint Web Application. Look for the value under the Identity column, this will give you the Application Pool Identity.

  • Modify the permissions for the tempcache folder; give each of the application pool identities permission to Modify the tempcache folder.
The location of the tempcache folder will by default be %allusersprofile%\Accusoft\Prizm\Cache\. If you wish to modify this location, refer to Configuring Prizm Global Configuration.

 The installation process is now complete.

See Also

©2013. Accusoft Corporation. All Rights Reserved.